Download typeof-0.0.1.jar file - Jar t

Jar examples for t:typeof

Description

Type-safe fluent API replacing instanceof

You can download jar file typeof 0.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add typeof-0.0.1.jar to your project.

<dependency>
   <groupId>com.nurkiewicz.typeof</groupId>
   <artifactId>typeof</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.nurkiewicz.typeof', name: 'typeof', version: '0.0.1'
libraryDependencies += "com.nurkiewicz.typeof" % "typeof" % "0.0.1"
<dependency org="com.nurkiewicz.typeof" name="typeof" rev="0.0.1"/>
@Grapes(@Grab(group='com.nurkiewicz.typeof', module='typeof', version='0.0.1'))
'com.nurkiewicz.typeof:typeof:jar:0.0.1'

Download

Click the following link to download the jar file.

typeof-0.0.1-javadoc.jar
typeof-0.0.1-sources.jar
typeof-0.0.1.jar
typeof-0.0.1.pom



Related Tutorials