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