oliviercailloux POM
A simple POM with reasonable defaults for use in Maven artifacts under my group id.
License |
License |
---|---|
GroupId | GroupIdio.github.oliviercailloux |
ArtifactId | ArtifactIdj-voting |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJ-Voting
General classes for dealing with social choice theory.
|
Project URL |
Project URL |
Filename | Size |
---|---|
j-voting-0.0.5.pom | |
j-voting-0.0.5.jar | 205 KB |
j-voting-0.0.5-sources.jar | 130 KB |
j-voting-0.0.5-javadoc.jar | 859 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.oliviercailloux/j-voting/ -->
<dependency>
<groupId>io.github.oliviercailloux</groupId>
<artifactId>j-voting</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.oliviercailloux/j-voting/
implementation 'io.github.oliviercailloux:j-voting:0.0.5'
// https://jarcasting.com/artifacts/io.github.oliviercailloux/j-voting/
implementation ("io.github.oliviercailloux:j-voting:0.0.5")
'io.github.oliviercailloux:j-voting:jar:0.0.5'
<dependency org="io.github.oliviercailloux" name="j-voting" rev="0.0.5">
<artifact name="j-voting" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.oliviercailloux', module='j-voting', version='0.0.5')
)
libraryDependencies += "io.github.oliviercailloux" % "j-voting" % "0.0.5"
[io.github.oliviercailloux/j-voting "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.platform » ${swt.artifactId} Optional | jar | 3.106.3 |
org.eclipse.platform : org.eclipse.jface | jar | 3.13.2 |
javax.ws.rs : javax.ws.rs-api | jar | 2.1 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.3 |
org.apache.odftoolkit : simple-odf | jar | 0.8.2-incubating |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.guava : guava | jar | 29.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.bundles : jaxrs-ri | jar | 2.26 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-engine | jar |
A simple POM with reasonable defaults for use in Maven artifacts under my group id.