Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.ubertob.pesticide |
ArtifactId | ArtifactIdpesticide-core |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
pesticide-core-1.6.0.pom | |
pesticide-core-1.6.0.jar | 65 KB |
pesticide-core-1.6.0-sources.jar | 9 KB |
pesticide-core-1.6.0-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>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation 'com.ubertob.pesticide:pesticide-core:1.6.0'
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation ("com.ubertob.pesticide:pesticide-core:1.6.0")
'com.ubertob.pesticide:pesticide-core:jar:1.6.0'
<dependency org="com.ubertob.pesticide" name="pesticide-core" rev="1.6.0">
<artifact name="pesticide-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubertob.pesticide', module='pesticide-core', version='1.6.0')
)
libraryDependencies += "com.ubertob.pesticide" % "pesticide-core" % "1.6.0"
[com.ubertob.pesticide/pesticide-core "1.6.0"]