GroupId | GroupIdcom.github.jmchilton.blend4j |
---|---|
ArtifactId | ArtifactIdblend4j |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
blend4j-0.1.2.pom | |
blend4j-0.1.2.jar | 121 KB |
blend4j-0.1.2-sources.jar | 69 KB |
blend4j-0.1.2-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/ -->
<dependency>
<groupId>com.github.jmchilton.blend4j</groupId>
<artifactId>blend4j</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation 'com.github.jmchilton.blend4j:blend4j:0.1.2'
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation ("com.github.jmchilton.blend4j:blend4j:0.1.2")
'com.github.jmchilton.blend4j:blend4j:jar:0.1.2'
<dependency org="com.github.jmchilton.blend4j" name="blend4j" rev="0.1.2">
<artifact name="blend4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmchilton.blend4j', module='blend4j', version='0.1.2')
)
libraryDependencies += "com.github.jmchilton.blend4j" % "blend4j" % "0.1.2"
[com.github.jmchilton.blend4j/blend4j "0.1.2"]