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