GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdtestgen-core_2.9.0 |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
testgen-core_2.9.0-0.3.pom | |
testgen-core_2.9.0-0.3.jar | 188 KB |
testgen-core_2.9.0-0.3-sources.jar | 15 KB |
testgen-core_2.9.0-0.3-javadoc.jar | 298 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/testgen-core_2.9.0/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>testgen-core_2.9.0</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/testgen-core_2.9.0/
implementation 'com.github.seratch:testgen-core_2.9.0:0.3'
// https://jarcasting.com/artifacts/com.github.seratch/testgen-core_2.9.0/
implementation ("com.github.seratch:testgen-core_2.9.0:0.3")
'com.github.seratch:testgen-core_2.9.0:jar:0.3'
<dependency org="com.github.seratch" name="testgen-core_2.9.0" rev="0.3">
<artifact name="testgen-core_2.9.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='testgen-core_2.9.0', version='0.3')
)
libraryDependencies += "com.github.seratch" % "testgen-core_2.9.0" % "0.3"
[com.github.seratch/testgen-core_2.9.0 "0.3"]