You can download api-4.0.0.jar in this page.
The Apache License, Version 2.0
api-4.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/uk.theretiredprogrammer.nbpcglibrary/api/pom.properties META-INF/maven/uk.theretiredprogrammer.nbpcglibrary/api/pom.xml uk.theretiredprogrammer.nbpcglibrary.api.ApplicationLookup.class uk.theretiredprogrammer.nbpcglibrary.api.BadFormatException.class uk.theretiredprogrammer.nbpcglibrary.api.DateOnly.class uk.theretiredprogrammer.nbpcglibrary.api.EntityFields.class uk.theretiredprogrammer.nbpcglibrary.api.EntityPersistenceProvider.class uk.theretiredprogrammer.nbpcglibrary.api.EntityPersistenceProviderFactory.class uk.theretiredprogrammer.nbpcglibrary.api.EntityPersistenceProviderManager.class uk.theretiredprogrammer.nbpcglibrary.api.EventParams.class uk.theretiredprogrammer.nbpcglibrary.api.HasInstanceDescription.class uk.theretiredprogrammer.nbpcglibrary.api.InhibitExplorerRefresh.class uk.theretiredprogrammer.nbpcglibrary.api.LogicException.class uk.theretiredprogrammer.nbpcglibrary.api.PersistenceUnitProvider.class uk.theretiredprogrammer.nbpcglibrary.api.PersistenceUnitProviderFactory.class uk.theretiredprogrammer.nbpcglibrary.api.Timestamp.class uk/theretiredprogrammer/nbpcglibrary/api/Bundle.properties
api-4.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>uk.theretiredprogrammer</groupId> <artifactId>nbpcglibrary</artifactId> <version>4.0.0</version> </parent> <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId> <artifactId>api</artifactId> <packaging>nbm</packaging> <name>NBPCG API Library</name> <description>APIs for the modules generated using the NetBeans Platform Code Generator(NBPCG)</description> <dependencies> <dependency> <artifactId>org-openide-util-lookup</artifactId> <groupId>org.netbeans.api</groupId> <version>${netbeans.version}</version> </dependency> <dependency> <artifactId>json</artifactId> <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>nbm-maven-plugin</artifactId> <version>3.14.1</version> <extensions>true</extensions> <configuration> <cluster>nbpcglibrary</cluster> <homePageUrl>${project.url}</homePageUrl> <licenseFile>../LICENSE</licenseFile> <licenseName>The Apache License, Version 2.0</licenseName> <brandingToken>nbpcglibrary</brandingToken> <publicPackages> <publicPackage>uk.theretiredprogrammer.nbpcglibrary.api</publicPackage> </publicPackages> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> <execution> <id>aggregate-javadocs</id> <phase/> <goals> <goal>aggregate-jar</goal> </goals> <configuration> <attach>true</attach> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>uk.theretiredprogrammer.nbpcglibrary</groupId> <artifactId>api</artifactId> <version>4.0.0</version> </dependency>
If you think the following api-4.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.