GroupId | GroupIdorg.jetrs |
---|---|
ArtifactId | ArtifactIdjetrs |
Version | Version2.1.0-alpha-1 |
Type | Typepom |
Filename | Size |
---|---|
jetrs-2.1.0-alpha-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetrs/jetrs/ -->
<dependency>
<groupId>org.jetrs</groupId>
<artifactId>jetrs</artifactId>
<version>2.1.0-alpha-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jetrs/jetrs/
implementation 'org.jetrs:jetrs:2.1.0-alpha-1'
// https://jarcasting.com/artifacts/org.jetrs/jetrs/
implementation ("org.jetrs:jetrs:2.1.0-alpha-1")
'org.jetrs:jetrs:pom:2.1.0-alpha-1'
<dependency org="org.jetrs" name="jetrs" rev="2.1.0-alpha-1">
<artifact name="jetrs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jetrs', module='jetrs', version='2.1.0-alpha-1')
)
libraryDependencies += "org.jetrs" % "jetrs" % "2.1.0-alpha-1"
[org.jetrs/jetrs "2.1.0-alpha-1"]