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