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