GroupId | GroupIdorg.wisdom-framework |
---|---|
ArtifactId | ArtifactIdwisdom-test |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
wisdom-test-0.8.0.pom | |
wisdom-test-0.8.0.jar | 87 KB |
wisdom-test-0.8.0-sources.jar | 74 KB |
wisdom-test-0.8.0-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-test/ -->
<dependency>
<groupId>org.wisdom-framework</groupId>
<artifactId>wisdom-test</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-test/
implementation 'org.wisdom-framework:wisdom-test:0.8.0'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-test/
implementation ("org.wisdom-framework:wisdom-test:0.8.0")
'org.wisdom-framework:wisdom-test:jar:0.8.0'
<dependency org="org.wisdom-framework" name="wisdom-test" rev="0.8.0">
<artifact name="wisdom-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-test', version='0.8.0')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-test" % "0.8.0"
[org.wisdom-framework/wisdom-test "0.8.0"]