Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.ttdev |
ArtifactId | ArtifactIdwpt-sample-junit |
Version | Version3.0.1 |
Type | Typewar |
Filename | Size |
---|---|
wpt-sample-junit-3.0.1.pom | |
wpt-sample-junit-3.0.1.war | 7 MB |
wpt-sample-junit-3.0.1-sources.jar | 7 KB |
wpt-sample-junit-3.0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-sample-junit</artifactId>
<version>3.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/
implementation 'com.ttdev:wpt-sample-junit:3.0.1'
// https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/
implementation ("com.ttdev:wpt-sample-junit:3.0.1")
'com.ttdev:wpt-sample-junit:war:3.0.1'
<dependency org="com.ttdev" name="wpt-sample-junit" rev="3.0.1">
<artifact name="wpt-sample-junit" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-sample-junit', version='3.0.1')
)
libraryDependencies += "com.ttdev" % "wpt-sample-junit" % "3.0.1"
[com.ttdev/wpt-sample-junit "3.0.1"]