GroupId | GroupIdio.xlate |
---|---|
ArtifactId | ArtifactIdproperty-inject |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
property-inject-1.0.0.pom | |
property-inject-1.0.0.jar | 13 KB |
property-inject-1.0.0-sources.jar | 10 KB |
property-inject-1.0.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xlate/property-inject/ -->
<dependency>
<groupId>io.xlate</groupId>
<artifactId>property-inject</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.xlate/property-inject/
implementation 'io.xlate:property-inject:1.0.0'
// https://jarcasting.com/artifacts/io.xlate/property-inject/
implementation ("io.xlate:property-inject:1.0.0")
'io.xlate:property-inject:jar:1.0.0'
<dependency org="io.xlate" name="property-inject" rev="1.0.0">
<artifact name="property-inject" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xlate', module='property-inject', version='1.0.0')
)
libraryDependencies += "io.xlate" % "property-inject" % "1.0.0"
[io.xlate/property-inject "1.0.0"]