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