GroupId | GroupIdcom.seanshubin.devon |
---|---|
ArtifactId | ArtifactIddevon-string |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
devon-string-1.1.pom | |
devon-string-1.1.jar | 6 KB |
devon-string-1.1-test-sources.jar | 2 KB |
devon-string-1.1-sources.jar | 3 KB |
devon-string-1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanshubin.devon/devon-string/ -->
<dependency>
<groupId>com.seanshubin.devon</groupId>
<artifactId>devon-string</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-string/
implementation 'com.seanshubin.devon:devon-string:1.1'
// https://jarcasting.com/artifacts/com.seanshubin.devon/devon-string/
implementation ("com.seanshubin.devon:devon-string:1.1")
'com.seanshubin.devon:devon-string:jar:1.1'
<dependency org="com.seanshubin.devon" name="devon-string" rev="1.1">
<artifact name="devon-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.devon', module='devon-string', version='1.1')
)
libraryDependencies += "com.seanshubin.devon" % "devon-string" % "1.1"
[com.seanshubin.devon/devon-string "1.1"]