| License |
License
GNU Lesser General Public License, Version 3
|
|---|---|
| GroupId | GroupIdcom.gitlab.marvinh |
| ArtifactId | ArtifactIdflexible-permutations |
| Last Version | Last Version3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlexible Permutations
Library for generating permutation of given value domains
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flexible-permutations-3.0.pom | |
| flexible-permutations-3.0.jar | 30 KB |
| flexible-permutations-3.0-sources.jar | 17 KB |
| flexible-permutations-3.0-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>flexible-permutations</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/
implementation 'com.gitlab.marvinh:flexible-permutations:3.0'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/flexible-permutations/
implementation ("com.gitlab.marvinh:flexible-permutations:3.0")
'com.gitlab.marvinh:flexible-permutations:jar:3.0'
<dependency org="com.gitlab.marvinh" name="flexible-permutations" rev="3.0">
<artifact name="flexible-permutations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='flexible-permutations', version='3.0')
)
libraryDependencies += "com.gitlab.marvinh" % "flexible-permutations" % "3.0"
[com.gitlab.marvinh/flexible-permutations "3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |