| GroupId | GroupIdorg.bitbucket.seqly |
|---|---|
| ArtifactId | ArtifactIdseqly |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seqly-0.3.0.pom | |
| seqly-0.3.0.jar | 42 KB |
| seqly-0.3.0-sources.jar | 18 KB |
| seqly-0.3.0-javadoc.jar | 148 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/ -->
<dependency>
<groupId>org.bitbucket.seqly</groupId>
<artifactId>seqly</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/
implementation 'org.bitbucket.seqly:seqly:0.3.0'
// https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/
implementation ("org.bitbucket.seqly:seqly:0.3.0")
'org.bitbucket.seqly:seqly:jar:0.3.0'
<dependency org="org.bitbucket.seqly" name="seqly" rev="0.3.0">
<artifact name="seqly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.seqly', module='seqly', version='0.3.0')
)
libraryDependencies += "org.bitbucket.seqly" % "seqly" % "0.3.0"
[org.bitbucket.seqly/seqly "0.3.0"]