Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment.common |
ArtifactId | ArtifactIdcombinatorics |
Version | Version3.2.9 |
Type | Typejar |
Filename | Size |
---|---|
combinatorics-3.2.9.pom | |
combinatorics-3.2.9.jar | 8 KB |
combinatorics-3.2.9-sources.jar | 7 KB |
combinatorics-3.2.9-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.common/combinatorics/ -->
<dependency>
<groupId>com.speedment.common</groupId>
<artifactId>combinatorics</artifactId>
<version>3.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.common/combinatorics/
implementation 'com.speedment.common:combinatorics:3.2.9'
// https://jarcasting.com/artifacts/com.speedment.common/combinatorics/
implementation ("com.speedment.common:combinatorics:3.2.9")
'com.speedment.common:combinatorics:jar:3.2.9'
<dependency org="com.speedment.common" name="combinatorics" rev="3.2.9">
<artifact name="combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.common', module='combinatorics', version='3.2.9')
)
libraryDependencies += "com.speedment.common" % "combinatorics" % "3.2.9"
[com.speedment.common/combinatorics "3.2.9"]