Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.brunomndantas |
ArtifactId | ArtifactIdtpl4j |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tpl4j-1.0.1.pom | |
tpl4j-1.0.1.jar | 62 KB |
tpl4j-1.0.1-sources.jar | 43 KB |
tpl4j-1.0.1-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brunomndantas/tpl4j/ -->
<dependency>
<groupId>com.github.brunomndantas</groupId>
<artifactId>tpl4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunomndantas/tpl4j/
implementation 'com.github.brunomndantas:tpl4j:1.0.1'
// https://jarcasting.com/artifacts/com.github.brunomndantas/tpl4j/
implementation ("com.github.brunomndantas:tpl4j:1.0.1")
'com.github.brunomndantas:tpl4j:jar:1.0.1'
<dependency org="com.github.brunomndantas" name="tpl4j" rev="1.0.1">
<artifact name="tpl4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunomndantas', module='tpl4j', version='1.0.1')
)
libraryDependencies += "com.github.brunomndantas" % "tpl4j" % "1.0.1"
[com.github.brunomndantas/tpl4j "1.0.1"]