License |
License |
---|---|
GroupId | GroupIdes.urjc.etsii.grafo |
ArtifactId | ArtifactIdTSP |
Version | Version0.10 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
TSP-0.10.pom | |
TSP-0.10.jar | 96 MB |
TSP-0.10-sources.jar | 27 KB |
TSP-0.10-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.urjc.etsii.grafo/TSP/ -->
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>TSP</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/es.urjc.etsii.grafo/TSP/
implementation 'es.urjc.etsii.grafo:TSP:0.10'
// https://jarcasting.com/artifacts/es.urjc.etsii.grafo/TSP/
implementation ("es.urjc.etsii.grafo:TSP:0.10")
'es.urjc.etsii.grafo:TSP:jar:0.10'
<dependency org="es.urjc.etsii.grafo" name="TSP" rev="0.10">
<artifact name="TSP" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.urjc.etsii.grafo', module='TSP', version='0.10')
)
libraryDependencies += "es.urjc.etsii.grafo" % "TSP" % "0.10"
[es.urjc.etsii.grafo/TSP "0.10"]
Group / Artifact | Type | Version |
---|---|---|
es.urjc.etsii.grafo : mork | jar | 0.10 |
guru.nidi : graphviz-java-all-j2v8 | jar | 0.18.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |