GroupId | GroupIdcom.sdl.lt |
---|---|
ArtifactId | ArtifactIdTesty |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
Testy-2.10.0.pom | |
Testy-2.10.0.jar | 290 KB |
Testy-2.10.0-sources.jar | 165 KB |
Testy-2.10.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sdl.lt/Testy/ -->
<dependency>
<groupId>com.sdl.lt</groupId>
<artifactId>Testy</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.lt/Testy/
implementation 'com.sdl.lt:Testy:2.10.0'
// https://jarcasting.com/artifacts/com.sdl.lt/Testy/
implementation ("com.sdl.lt:Testy:2.10.0")
'com.sdl.lt:Testy:jar:2.10.0'
<dependency org="com.sdl.lt" name="Testy" rev="2.10.0">
<artifact name="Testy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.lt', module='Testy', version='2.10.0')
)
libraryDependencies += "com.sdl.lt" % "Testy" % "2.10.0"
[com.sdl.lt/Testy "2.10.0"]