GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdtest-framework |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
test-framework-4.0.4.pom | |
test-framework-4.0.4.jar | 28 KB |
test-framework-4.0.4-sources.jar | 15 KB |
test-framework-4.0.4-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/test-framework/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>test-framework</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/test-framework/
implementation 'org.unidal.framework:test-framework:4.0.4'
// https://jarcasting.com/artifacts/org.unidal.framework/test-framework/
implementation ("org.unidal.framework:test-framework:4.0.4")
'org.unidal.framework:test-framework:jar:4.0.4'
<dependency org="org.unidal.framework" name="test-framework" rev="4.0.4">
<artifact name="test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='test-framework', version='4.0.4')
)
libraryDependencies += "org.unidal.framework" % "test-framework" % "4.0.4"
[org.unidal.framework/test-framework "4.0.4"]