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