GroupId | GroupIdcom.episode6.hackit.chop |
---|---|
ArtifactId | ArtifactIdchop-core |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
chop-core-0.1.3.pom | |
chop-core-0.1.3.jar | 16 KB |
chop-core-0.1.3-sources.jar | 4 KB |
chop-core-0.1.3-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/ -->
<dependency>
<groupId>com.episode6.hackit.chop</groupId>
<artifactId>chop-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/
implementation 'com.episode6.hackit.chop:chop-core:0.1.3'
// https://jarcasting.com/artifacts/com.episode6.hackit.chop/chop-core/
implementation ("com.episode6.hackit.chop:chop-core:0.1.3")
'com.episode6.hackit.chop:chop-core:jar:0.1.3'
<dependency org="com.episode6.hackit.chop" name="chop-core" rev="0.1.3">
<artifact name="chop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.episode6.hackit.chop', module='chop-core', version='0.1.3')
)
libraryDependencies += "com.episode6.hackit.chop" % "chop-core" % "0.1.3"
[com.episode6.hackit.chop/chop-core "0.1.3"]