GroupId | GroupIdorg.tros |
---|---|
ArtifactId | ArtifactIdl2fprod-properties-editor |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tros/l2fprod-properties-editor/ -->
<dependency>
<groupId>org.tros</groupId>
<artifactId>l2fprod-properties-editor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tros/l2fprod-properties-editor/
implementation 'org.tros:l2fprod-properties-editor:1.0.1'
// https://jarcasting.com/artifacts/org.tros/l2fprod-properties-editor/
implementation ("org.tros:l2fprod-properties-editor:1.0.1")
'org.tros:l2fprod-properties-editor:jar:1.0.1'
<dependency org="org.tros" name="l2fprod-properties-editor" rev="1.0.1">
<artifact name="l2fprod-properties-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tros', module='l2fprod-properties-editor', version='1.0.1')
)
libraryDependencies += "org.tros" % "l2fprod-properties-editor" % "1.0.1"
[org.tros/l2fprod-properties-editor "1.0.1"]