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