Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.unseenspace.junit |
ArtifactId | ArtifactIdwebapp-rule |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
webapp-rule-0.1.pom | |
webapp-rule-0.1.jar | 9 KB |
webapp-rule-0.1-sources.jar | 4 KB |
webapp-rule-0.1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/ -->
<dependency>
<groupId>com.unseenspace.junit</groupId>
<artifactId>webapp-rule</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/
implementation 'com.unseenspace.junit:webapp-rule:0.1'
// https://jarcasting.com/artifacts/com.unseenspace.junit/webapp-rule/
implementation ("com.unseenspace.junit:webapp-rule:0.1")
'com.unseenspace.junit:webapp-rule:jar:0.1'
<dependency org="com.unseenspace.junit" name="webapp-rule" rev="0.1">
<artifact name="webapp-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.unseenspace.junit', module='webapp-rule', version='0.1')
)
libraryDependencies += "com.unseenspace.junit" % "webapp-rule" % "0.1"
[com.unseenspace.junit/webapp-rule "0.1"]