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