GroupId | GroupIdcom.codesnippets4all |
---|---|
ArtifactId | ArtifactIdjthunder |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jthunder-1.1.pom | |
jthunder-1.1.jar | 84 KB |
jthunder-1.1-sources.jar | 69 KB |
jthunder-1.1-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/ -->
<dependency>
<groupId>com.codesnippets4all</groupId>
<artifactId>jthunder</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/
implementation 'com.codesnippets4all:jthunder:1.1'
// https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/
implementation ("com.codesnippets4all:jthunder:1.1")
'com.codesnippets4all:jthunder:jar:1.1'
<dependency org="com.codesnippets4all" name="jthunder" rev="1.1">
<artifact name="jthunder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codesnippets4all', module='jthunder', version='1.1')
)
libraryDependencies += "com.codesnippets4all" % "jthunder" % "1.1"
[com.codesnippets4all/jthunder "1.1"]