GroupId | GroupIdcom.github.simonalong |
---|---|
ArtifactId | ArtifactIdbutterfly-sequence |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
butterfly-sequence-1.0.2.pom | |
butterfly-sequence-1.0.2.jar | 19 KB |
butterfly-sequence-1.0.2-sources.jar | 13 KB |
butterfly-sequence-1.0.2-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonalong/butterfly-sequence/ -->
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>butterfly-sequence</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonalong/butterfly-sequence/
implementation 'com.github.simonalong:butterfly-sequence:1.0.2'
// https://jarcasting.com/artifacts/com.github.simonalong/butterfly-sequence/
implementation ("com.github.simonalong:butterfly-sequence:1.0.2")
'com.github.simonalong:butterfly-sequence:jar:1.0.2'
<dependency org="com.github.simonalong" name="butterfly-sequence" rev="1.0.2">
<artifact name="butterfly-sequence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonalong', module='butterfly-sequence', version='1.0.2')
)
libraryDependencies += "com.github.simonalong" % "butterfly-sequence" % "1.0.2"
[com.github.simonalong/butterfly-sequence "1.0.2"]