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