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