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