Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.ubertob.pesticide |
ArtifactId | ArtifactIdpesticide-core |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
pesticide-core-0.9.9.pom | |
pesticide-core-0.9.9.jar | 41 KB |
pesticide-core-0.9.9-sources.jar | 5 KB |
pesticide-core-0.9.9-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/ -->
<dependency>
<groupId>com.ubertob.pesticide</groupId>
<artifactId>pesticide-core</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation 'com.ubertob.pesticide:pesticide-core:0.9.9'
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation ("com.ubertob.pesticide:pesticide-core:0.9.9")
'com.ubertob.pesticide:pesticide-core:jar:0.9.9'
<dependency org="com.ubertob.pesticide" name="pesticide-core" rev="0.9.9">
<artifact name="pesticide-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubertob.pesticide', module='pesticide-core', version='0.9.9')
)
libraryDependencies += "com.ubertob.pesticide" % "pesticide-core" % "0.9.9"
[com.ubertob.pesticide/pesticide-core "0.9.9"]