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