| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.seqly |
| ArtifactId | ArtifactIdseqly |
| Version | Version0.4.0 |
| Type | Typejar |
| Description |
DescriptionSeqly
A small collection library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| seqly-0.4.0.pom | |
| seqly-0.4.0.jar | 55 KB |
| seqly-0.4.0-sources.jar | 20 KB |
| seqly-0.4.0-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/ -->
<dependency>
<groupId>org.bitbucket.seqly</groupId>
<artifactId>seqly</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/
implementation 'org.bitbucket.seqly:seqly:0.4.0'
// https://jarcasting.com/artifacts/org.bitbucket.seqly/seqly/
implementation ("org.bitbucket.seqly:seqly:0.4.0")
'org.bitbucket.seqly:seqly:jar:0.4.0'
<dependency org="org.bitbucket.seqly" name="seqly" rev="0.4.0">
<artifact name="seqly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.seqly', module='seqly', version='0.4.0')
)
libraryDependencies += "org.bitbucket.seqly" % "seqly" % "0.4.0"
[org.bitbucket.seqly/seqly "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |