GroupId | GroupIdorg.wisdom-framework |
---|---|
ArtifactId | ArtifactIdwisdom-test |
Version | Version0.6.3 |
Type | Typejar |
Filename | Size |
---|---|
wisdom-test-0.6.3.pom | |
wisdom-test-0.6.3.jar | 74 KB |
wisdom-test-0.6.3-sources.jar | 62 KB |
wisdom-test-0.6.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-test/
implementation 'org.wisdom-framework:wisdom-test:0.6.3'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-test/
implementation ("org.wisdom-framework:wisdom-test:0.6.3")
'org.wisdom-framework:wisdom-test:jar:0.6.3'
<dependency org="org.wisdom-framework" name="wisdom-test" rev="0.6.3">
<artifact name="wisdom-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-test', version='0.6.3')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-test" % "0.6.3"
[org.wisdom-framework/wisdom-test "0.6.3"]