GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdse |
Version | Version1.0.22 |
Type | Typepom |
Filename | Size |
---|---|
se-1.0.22.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/se/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>se</artifactId>
<version>1.0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/se/
implementation 'com.jslsolucoes:se:1.0.22'
// https://jarcasting.com/artifacts/com.jslsolucoes/se/
implementation ("com.jslsolucoes:se:1.0.22")
'com.jslsolucoes:se:pom:1.0.22'
<dependency org="com.jslsolucoes" name="se" rev="1.0.22">
<artifact name="se" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='se', version='1.0.22')
)
libraryDependencies += "com.jslsolucoes" % "se" % "1.0.22"
[com.jslsolucoes/se "1.0.22"]