GroupId | GroupIdcom.github.alexsniffin |
---|---|
ArtifactId | ArtifactIdpackerman_2.12 |
Version | Version0.4.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
packerman_2.12-0.4.0-M1.pom | |
packerman_2.12-0.4.0-M1.jar | 61 KB |
packerman_2.12-0.4.0-M1-sources.jar | 6 KB |
packerman_2.12-0.4.0-M1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/ -->
<dependency>
<groupId>com.github.alexsniffin</groupId>
<artifactId>packerman_2.12</artifactId>
<version>0.4.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/
implementation 'com.github.alexsniffin:packerman_2.12:0.4.0-M1'
// https://jarcasting.com/artifacts/com.github.alexsniffin/packerman_2.12/
implementation ("com.github.alexsniffin:packerman_2.12:0.4.0-M1")
'com.github.alexsniffin:packerman_2.12:jar:0.4.0-M1'
<dependency org="com.github.alexsniffin" name="packerman_2.12" rev="0.4.0-M1">
<artifact name="packerman_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexsniffin', module='packerman_2.12', version='0.4.0-M1')
)
libraryDependencies += "com.github.alexsniffin" % "packerman_2.12" % "0.4.0-M1"
[com.github.alexsniffin/packerman_2.12 "0.4.0-M1"]