Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.thesamet |
ArtifactId | ArtifactIdplay-pants-tool |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
play-pants-tool-0.0.3.pom | |
play-pants-tool-0.0.3.jar | 71 KB |
play-pants-tool-0.0.3-sources.jar | 2 KB |
play-pants-tool-0.0.3-javadoc.jar | 350 KB |
play-pants-tool-0.0.3-CHANGELOG.txt | 65 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesamet/play-pants-tool/ -->
<dependency>
<groupId>com.thesamet</groupId>
<artifactId>play-pants-tool</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet/play-pants-tool/
implementation 'com.thesamet:play-pants-tool:0.0.3'
// https://jarcasting.com/artifacts/com.thesamet/play-pants-tool/
implementation ("com.thesamet:play-pants-tool:0.0.3")
'com.thesamet:play-pants-tool:jar:0.0.3'
<dependency org="com.thesamet" name="play-pants-tool" rev="0.0.3">
<artifact name="play-pants-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet', module='play-pants-tool', version='0.0.3')
)
libraryDependencies += "com.thesamet" % "play-pants-tool" % "0.0.3"
[com.thesamet/play-pants-tool "0.0.3"]