GroupId | GroupIdcom.seelyn |
---|---|
ArtifactId | ArtifactIdapi-wrap-test |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
api-wrap-test-1.0.7.pom | |
api-wrap-test-1.0.7.jar | 40 MB |
api-wrap-test-1.0.7-sources.jar | 4 KB |
api-wrap-test-1.0.7-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seelyn/api-wrap-test/ -->
<dependency>
<groupId>com.seelyn</groupId>
<artifactId>api-wrap-test</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-test/
implementation 'com.seelyn:api-wrap-test:1.0.7'
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-test/
implementation ("com.seelyn:api-wrap-test:1.0.7")
'com.seelyn:api-wrap-test:jar:1.0.7'
<dependency org="com.seelyn" name="api-wrap-test" rev="1.0.7">
<artifact name="api-wrap-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seelyn', module='api-wrap-test', version='1.0.7')
)
libraryDependencies += "com.seelyn" % "api-wrap-test" % "1.0.7"
[com.seelyn/api-wrap-test "1.0.7"]