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