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