GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdproperties-ee |
Version | Version1.0.21 |
Type | Typejar |
Filename | Size |
---|---|
properties-ee-1.0.21.pom | |
properties-ee-1.0.21.jar | 8 KB |
properties-ee-1.0.21-sources.jar | 5 KB |
properties-ee-1.0.21-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/properties-ee/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>properties-ee</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/properties-ee/
implementation 'com.jslsolucoes:properties-ee:1.0.21'
// https://jarcasting.com/artifacts/com.jslsolucoes/properties-ee/
implementation ("com.jslsolucoes:properties-ee:1.0.21")
'com.jslsolucoes:properties-ee:jar:1.0.21'
<dependency org="com.jslsolucoes" name="properties-ee" rev="1.0.21">
<artifact name="properties-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='properties-ee', version='1.0.21')
)
libraryDependencies += "com.jslsolucoes" % "properties-ee" % "1.0.21"
[com.jslsolucoes/properties-ee "1.0.21"]