GroupId | GroupIdcom.github.mjeanroy |
---|---|
ArtifactId | ArtifactIdrest-assert-unit |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-assert-unit-0.1.0.pom | |
rest-assert-unit-0.1.0.jar | 74 KB |
rest-assert-unit-0.1.0-sources.jar | 58 KB |
rest-assert-unit-0.1.0-javadoc.jar | 236 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/rest-assert-unit/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>rest-assert-unit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/rest-assert-unit/
implementation 'com.github.mjeanroy:rest-assert-unit:0.1.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/rest-assert-unit/
implementation ("com.github.mjeanroy:rest-assert-unit:0.1.0")
'com.github.mjeanroy:rest-assert-unit:jar:0.1.0'
<dependency org="com.github.mjeanroy" name="rest-assert-unit" rev="0.1.0">
<artifact name="rest-assert-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='rest-assert-unit', version='0.1.0')
)
libraryDependencies += "com.github.mjeanroy" % "rest-assert-unit" % "0.1.0"
[com.github.mjeanroy/rest-assert-unit "0.1.0"]