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