GroupId | GroupIdorg.hellojavaer.ddal |
---|---|
ArtifactId | ArtifactIdddal-sequence |
Version | Version1.0.0.M6 |
Type | Typejar |
Filename | Size |
---|---|
ddal-sequence-1.0.0.M6.pom | |
ddal-sequence-1.0.0.M6.jar | 38 KB |
ddal-sequence-1.0.0.M6-sources.jar | 24 KB |
ddal-sequence-1.0.0.M6-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-sequence/ -->
<dependency>
<groupId>org.hellojavaer.ddal</groupId>
<artifactId>ddal-sequence</artifactId>
<version>1.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-sequence/
implementation 'org.hellojavaer.ddal:ddal-sequence:1.0.0.M6'
// https://jarcasting.com/artifacts/org.hellojavaer.ddal/ddal-sequence/
implementation ("org.hellojavaer.ddal:ddal-sequence:1.0.0.M6")
'org.hellojavaer.ddal:ddal-sequence:jar:1.0.0.M6'
<dependency org="org.hellojavaer.ddal" name="ddal-sequence" rev="1.0.0.M6">
<artifact name="ddal-sequence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hellojavaer.ddal', module='ddal-sequence', version='1.0.0.M6')
)
libraryDependencies += "org.hellojavaer.ddal" % "ddal-sequence" % "1.0.0.M6"
[org.hellojavaer.ddal/ddal-sequence "1.0.0.M6"]