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