License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdtest-core |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe test tool for java.
|
Filename | Size |
---|---|
test-core-0.0.1.pom | |
test-core-0.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/test-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>test-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/test-core/
implementation 'com.github.houbb:test-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/test-core/
implementation ("com.github.houbb:test-core:0.0.1")
'com.github.houbb:test-core:jar:0.0.1'
<dependency org="com.github.houbb" name="test-core" rev="0.0.1">
<artifact name="test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='test-core', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "test-core" % "0.0.1"
[com.github.houbb/test-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |