GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftmarker |
Version | Version1.0-BETA |
Type | Typejar |
Filename | Size |
---|---|
swiftmarker-1.0-BETA.pom | |
swiftmarker-1.0-BETA.jar | 14 KB |
swiftmarker-1.0-BETA-sources.jar | 11 KB |
swiftmarker-1.0-BETA-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftmarker</artifactId>
<version>1.0-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/
implementation 'com.github.swiftech:swiftmarker:1.0-BETA'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftmarker/
implementation ("com.github.swiftech:swiftmarker:1.0-BETA")
'com.github.swiftech:swiftmarker:jar:1.0-BETA'
<dependency org="com.github.swiftech" name="swiftmarker" rev="1.0-BETA">
<artifact name="swiftmarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftmarker', version='1.0-BETA')
)
libraryDependencies += "com.github.swiftech" % "swiftmarker" % "1.0-BETA"
[com.github.swiftech/swiftmarker "1.0-BETA"]