GroupId | GroupIdcom.github.music-of-the-ainur |
---|---|
ArtifactId | ArtifactIdquenya-dsl_2.12 |
Version | Version1.2.0-3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.music-of-the-ainur/quenya-dsl_2.12/ -->
<dependency>
<groupId>com.github.music-of-the-ainur</groupId>
<artifactId>quenya-dsl_2.12</artifactId>
<version>1.2.0-3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.music-of-the-ainur/quenya-dsl_2.12/
implementation 'com.github.music-of-the-ainur:quenya-dsl_2.12:1.2.0-3.1'
// https://jarcasting.com/artifacts/com.github.music-of-the-ainur/quenya-dsl_2.12/
implementation ("com.github.music-of-the-ainur:quenya-dsl_2.12:1.2.0-3.1")
'com.github.music-of-the-ainur:quenya-dsl_2.12:jar:1.2.0-3.1'
<dependency org="com.github.music-of-the-ainur" name="quenya-dsl_2.12" rev="1.2.0-3.1">
<artifact name="quenya-dsl_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.music-of-the-ainur', module='quenya-dsl_2.12', version='1.2.0-3.1')
)
libraryDependencies += "com.github.music-of-the-ainur" % "quenya-dsl_2.12" % "1.2.0-3.1"
[com.github.music-of-the-ainur/quenya-dsl_2.12 "1.2.0-3.1"]