GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdtemplate-se |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
template-se-1.0.22.pom | |
template-se-1.0.22.jar | 4 KB |
template-se-1.0.22-sources.jar | 2 KB |
template-se-1.0.22-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.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/template-se/
implementation 'com.jslsolucoes:template-se:1.0.22'
// https://jarcasting.com/artifacts/com.jslsolucoes/template-se/
implementation ("com.jslsolucoes:template-se:1.0.22")
'com.jslsolucoes:template-se:jar:1.0.22'
<dependency org="com.jslsolucoes" name="template-se" rev="1.0.22">
<artifact name="template-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='template-se', version='1.0.22')
)
libraryDependencies += "com.jslsolucoes" % "template-se" % "1.0.22"
[com.jslsolucoes/template-se "1.0.22"]