License |
License |
---|---|
GroupId | GroupIdio.github.olib963 |
ArtifactId | ArtifactIdjavatest-core |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionJavaTest Core
Minimal set of functionality needed to create and run tests
|
Filename | Size |
---|---|
javatest-core-0.2.0.pom | |
javatest-core-0.2.0.jar | 31 KB |
javatest-core-0.2.0-sources.jar | 14 KB |
javatest-core-0.2.0-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.olib963/javatest-core/ -->
<dependency>
<groupId>io.github.olib963</groupId>
<artifactId>javatest-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.olib963/javatest-core/
implementation 'io.github.olib963:javatest-core:0.2.0'
// https://jarcasting.com/artifacts/io.github.olib963/javatest-core/
implementation ("io.github.olib963:javatest-core:0.2.0")
'io.github.olib963:javatest-core:jar:0.2.0'
<dependency org="io.github.olib963" name="javatest-core" rev="0.2.0">
<artifact name="javatest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.olib963', module='javatest-core', version='0.2.0')
)
libraryDependencies += "io.github.olib963" % "javatest-core" % "0.2.0"
[io.github.olib963/javatest-core "0.2.0"]