Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.hesperides |
ArtifactId | ArtifactIdinfrastructure |
Version | Versionv4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
infrastructure-v4.0.0.pom | |
infrastructure-v4.0.0.jar | 81 KB |
infrastructure-v4.0.0-sources.jar | 44 KB |
infrastructure-v4.0.0-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hesperides/infrastructure/ -->
<dependency>
<groupId>org.hesperides</groupId>
<artifactId>infrastructure</artifactId>
<version>v4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hesperides/infrastructure/
implementation 'org.hesperides:infrastructure:v4.0.0'
// https://jarcasting.com/artifacts/org.hesperides/infrastructure/
implementation ("org.hesperides:infrastructure:v4.0.0")
'org.hesperides:infrastructure:jar:v4.0.0'
<dependency org="org.hesperides" name="infrastructure" rev="v4.0.0">
<artifact name="infrastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hesperides', module='infrastructure', version='v4.0.0')
)
libraryDependencies += "org.hesperides" % "infrastructure" % "v4.0.0"
[org.hesperides/infrastructure "v4.0.0"]