Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.w3 |
ArtifactId | ArtifactIdplantain_jvm_2.10 |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
plantain_jvm_2.10-0.7.pom | |
plantain_jvm_2.10-0.7.jar | 36 KB |
plantain_jvm_2.10-0.7-sources.jar | 4 KB |
plantain_jvm_2.10-0.7-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.w3/plantain_jvm_2.10/ -->
<dependency>
<groupId>org.w3</groupId>
<artifactId>plantain_jvm_2.10</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.w3/plantain_jvm_2.10/
implementation 'org.w3:plantain_jvm_2.10:0.7'
// https://jarcasting.com/artifacts/org.w3/plantain_jvm_2.10/
implementation ("org.w3:plantain_jvm_2.10:0.7")
'org.w3:plantain_jvm_2.10:jar:0.7'
<dependency org="org.w3" name="plantain_jvm_2.10" rev="0.7">
<artifact name="plantain_jvm_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.w3', module='plantain_jvm_2.10', version='0.7')
)
libraryDependencies += "org.w3" % "plantain_jvm_2.10" % "0.7"
[org.w3/plantain_jvm_2.10 "0.7"]