You can download btf-1.2.jar in this page.
Lesser General Public License, version 3 or greater
btf-1.2.jar file has the following types.
META-INF/ASL-2.0.txt META-INF/LGPL-3.0.txt META-INF/LICENSE META-INF/MANIFEST.MF com.github.fge.Builder.class com.github.fge.Frozen.class com.github.fge.Thawed.class
btf-1.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.fge</groupId> <artifactId>btf</artifactId> <version>1.2</version> <name>null</name> <description>null</description> <url>https://github.com/fge/btf</url> <licenses> <license> <name>Lesser General Public License, version 3 or greater</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> <license> <name>Apache Software License, version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>fge</id> <name>Francis Galiegue</name> <email>fgaliegue@gmail.com</email> </developer> </developers> <scm> <connection>git@github.com:fge/btf</connection> <developerConnection>https://github.com/fge/btf.git</developerConnection> <url>git@github.com:fge/btf</url> </scm> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>2.0.1</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.fge</groupId> <artifactId>btf</artifactId> <version>1.2</version> </dependency>
If you think the following btf-1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.