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