GroupId | GroupIdde.team33.patterns |
---|---|
ArtifactId | ArtifactIdproperties-01 |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
properties-01-1.2.0.pom | |
properties-01-1.2.0.jar | 30 KB |
properties-01-1.2.0-sources.jar | 11 KB |
properties-01-1.2.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.team33.patterns/properties-01/ -->
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>properties-01</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.patterns/properties-01/
implementation 'de.team33.patterns:properties-01:1.2.0'
// https://jarcasting.com/artifacts/de.team33.patterns/properties-01/
implementation ("de.team33.patterns:properties-01:1.2.0")
'de.team33.patterns:properties-01:jar:1.2.0'
<dependency org="de.team33.patterns" name="properties-01" rev="1.2.0">
<artifact name="properties-01" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.patterns', module='properties-01', version='1.2.0')
)
libraryDependencies += "de.team33.patterns" % "properties-01" % "1.2.0"
[de.team33.patterns/properties-01 "1.2.0"]