License |
License |
---|---|
GroupId | GroupIdcom.codesnippets4all |
ArtifactId | ArtifactIdjthunder |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionJthunder Automation Framework
Jthunder Automation Framework
|
Filename | Size |
---|---|
jthunder-1.2.1.pom | |
jthunder-1.2.1.jar | 87 KB |
jthunder-1.2.1-sources.jar | 72 KB |
jthunder-1.2.1-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/ -->
<dependency>
<groupId>com.codesnippets4all</groupId>
<artifactId>jthunder</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/
implementation 'com.codesnippets4all:jthunder:1.2.1'
// https://jarcasting.com/artifacts/com.codesnippets4all/jthunder/
implementation ("com.codesnippets4all:jthunder:1.2.1")
'com.codesnippets4all:jthunder:jar:1.2.1'
<dependency org="com.codesnippets4all" name="jthunder" rev="1.2.1">
<artifact name="jthunder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codesnippets4all', module='jthunder', version='1.2.1')
)
libraryDependencies += "com.codesnippets4all" % "jthunder" % "1.2.1"
[com.codesnippets4all/jthunder "1.2.1"]