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