GroupId | GroupIdcom.github.ruediste |
---|---|
ArtifactId | ArtifactIdattached-properties-4j |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ruediste/attached-properties-4j/ -->
<dependency>
<groupId>com.github.ruediste</groupId>
<artifactId>attached-properties-4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste/attached-properties-4j/
implementation 'com.github.ruediste:attached-properties-4j:0.0.1'
// https://jarcasting.com/artifacts/com.github.ruediste/attached-properties-4j/
implementation ("com.github.ruediste:attached-properties-4j:0.0.1")
'com.github.ruediste:attached-properties-4j:jar:0.0.1'
<dependency org="com.github.ruediste" name="attached-properties-4j" rev="0.0.1">
<artifact name="attached-properties-4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste', module='attached-properties-4j', version='0.0.1')
)
libraryDependencies += "com.github.ruediste" % "attached-properties-4j" % "0.0.1"
[com.github.ruediste/attached-properties-4j "0.0.1"]