GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdtemplate-se |
Version | Version1.0.24 |
Type | Typejar |
Filename | Size |
---|---|
template-se-1.0.24.pom | |
template-se-1.0.24.jar | 4 KB |
template-se-1.0.24-sources.jar | 2 KB |
template-se-1.0.24-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/template-se/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>template-se</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/template-se/
implementation 'com.jslsolucoes:template-se:1.0.24'
// https://jarcasting.com/artifacts/com.jslsolucoes/template-se/
implementation ("com.jslsolucoes:template-se:1.0.24")
'com.jslsolucoes:template-se:jar:1.0.24'
<dependency org="com.jslsolucoes" name="template-se" rev="1.0.24">
<artifact name="template-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='template-se', version='1.0.24')
)
libraryDependencies += "com.jslsolucoes" % "template-se" % "1.0.24"
[com.jslsolucoes/template-se "1.0.24"]