GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdflexible-permutations |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
flexible-permutations-2.0.pom | |
flexible-permutations-2.0.jar | 19 KB |
flexible-permutations-2.0-sources.jar | 10 KB |
flexible-permutations-2.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>flexible-permutations</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/
implementation 'com.gitlab.marvinh:flexible-permutations:2.0'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/
implementation ("com.gitlab.marvinh:flexible-permutations:2.0")
'com.gitlab.marvinh:flexible-permutations:jar:2.0'
<dependency org="com.gitlab.marvinh" name="flexible-permutations" rev="2.0">
<artifact name="flexible-permutations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='flexible-permutations', version='2.0')
)
libraryDependencies += "com.gitlab.marvinh" % "flexible-permutations" % "2.0"
[com.gitlab.marvinh/flexible-permutations "2.0"]