GroupId | GroupIdcom.github.simonalong |
---|---|
ArtifactId | ArtifactIdbutterfly-server-restful |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.simonalong/butterfly-server-restful/ -->
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>butterfly-server-restful</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonalong/butterfly-server-restful/
implementation 'com.github.simonalong:butterfly-server-restful:1.0.1'
// https://jarcasting.com/artifacts/com.github.simonalong/butterfly-server-restful/
implementation ("com.github.simonalong:butterfly-server-restful:1.0.1")
'com.github.simonalong:butterfly-server-restful:jar:1.0.1'
<dependency org="com.github.simonalong" name="butterfly-server-restful" rev="1.0.1">
<artifact name="butterfly-server-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonalong', module='butterfly-server-restful', version='1.0.1')
)
libraryDependencies += "com.github.simonalong" % "butterfly-server-restful" % "1.0.1"
[com.github.simonalong/butterfly-server-restful "1.0.1"]