GroupId | GroupIdcom.github.jeuxjeux20 |
---|---|
ArtifactId | ArtifactIdordered-multibinders-core |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeuxjeux20/ordered-multibinders-core/ -->
<dependency>
<groupId>com.github.jeuxjeux20</groupId>
<artifactId>ordered-multibinders-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeuxjeux20/ordered-multibinders-core/
implementation 'com.github.jeuxjeux20:ordered-multibinders-core:1.0'
// https://jarcasting.com/artifacts/com.github.jeuxjeux20/ordered-multibinders-core/
implementation ("com.github.jeuxjeux20:ordered-multibinders-core:1.0")
'com.github.jeuxjeux20:ordered-multibinders-core:jar:1.0'
<dependency org="com.github.jeuxjeux20" name="ordered-multibinders-core" rev="1.0">
<artifact name="ordered-multibinders-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeuxjeux20', module='ordered-multibinders-core', version='1.0')
)
libraryDependencies += "com.github.jeuxjeux20" % "ordered-multibinders-core" % "1.0"
[com.github.jeuxjeux20/ordered-multibinders-core "1.0"]