GroupId | GroupIdcom.github.jmchilton.blend4j |
---|---|
ArtifactId | ArtifactIdblend4j |
Version | Version0.1-alpha-7 |
Type | Typejar |
Filename | Size |
---|---|
blend4j-0.1-alpha-7.pom | |
blend4j-0.1-alpha-7.jar | 85 KB |
blend4j-0.1-alpha-7-sources.jar | 41 KB |
blend4j-0.1-alpha-7-javadoc.jar | 372 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-7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation 'com.github.jmchilton.blend4j:blend4j:0.1-alpha-7'
// https://jarcasting.com/artifacts/com.github.jmchilton.blend4j/blend4j/
implementation ("com.github.jmchilton.blend4j:blend4j:0.1-alpha-7")
'com.github.jmchilton.blend4j:blend4j:jar:0.1-alpha-7'
<dependency org="com.github.jmchilton.blend4j" name="blend4j" rev="0.1-alpha-7">
<artifact name="blend4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmchilton.blend4j', module='blend4j', version='0.1-alpha-7')
)
libraryDependencies += "com.github.jmchilton.blend4j" % "blend4j" % "0.1-alpha-7"
[com.github.jmchilton.blend4j/blend4j "0.1-alpha-7"]