GroupId | GroupIdse.softhouse |
---|---|
ArtifactId | ArtifactIdcommon-test |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
common-test-0.0.1.pom | |
common-test-0.0.1.jar | 12 KB |
common-test-0.0.1-sources.jar | 11 KB |
common-test-0.0.1-site.jar | 15 KB |
common-test-0.0.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.softhouse/common-test/ -->
<dependency>
<groupId>se.softhouse</groupId>
<artifactId>common-test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.softhouse/common-test/
implementation 'se.softhouse:common-test:0.0.1'
// https://jarcasting.com/artifacts/se.softhouse/common-test/
implementation ("se.softhouse:common-test:0.0.1")
'se.softhouse:common-test:jar:0.0.1'
<dependency org="se.softhouse" name="common-test" rev="0.0.1">
<artifact name="common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.softhouse', module='common-test', version='0.0.1')
)
libraryDependencies += "se.softhouse" % "common-test" % "0.0.1"
[se.softhouse/common-test "0.0.1"]