GroupId | GroupIdcom.github.devswork |
---|---|
ArtifactId | ArtifactIdrt |
Version | Version1.0.0RELEASE |
Type | Typejar |
Filename | Size |
---|---|
rt-1.0.0RELEASE.pom | |
rt-1.0.0RELEASE.jar | 6 KB |
rt-1.0.0RELEASE-sources.jar | 2 KB |
rt-1.0.0RELEASE-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.devswork/rt/ -->
<dependency>
<groupId>com.github.devswork</groupId>
<artifactId>rt</artifactId>
<version>1.0.0RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devswork/rt/
implementation 'com.github.devswork:rt:1.0.0RELEASE'
// https://jarcasting.com/artifacts/com.github.devswork/rt/
implementation ("com.github.devswork:rt:1.0.0RELEASE")
'com.github.devswork:rt:jar:1.0.0RELEASE'
<dependency org="com.github.devswork" name="rt" rev="1.0.0RELEASE">
<artifact name="rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devswork', module='rt', version='1.0.0RELEASE')
)
libraryDependencies += "com.github.devswork" % "rt" % "1.0.0RELEASE"
[com.github.devswork/rt "1.0.0RELEASE"]