Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.mortbay.hightide |
ArtifactId | ArtifactIdrepository |
Version | Version6.1H.22 |
Type | Typejar |
Filename | Size |
---|---|
repository-6.1H.22.pom | |
repository-6.1H.22.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.hightide/repository/ -->
<dependency>
<groupId>org.mortbay.hightide</groupId>
<artifactId>repository</artifactId>
<version>6.1H.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.hightide/repository/
implementation 'org.mortbay.hightide:repository:6.1H.22'
// https://jarcasting.com/artifacts/org.mortbay.hightide/repository/
implementation ("org.mortbay.hightide:repository:6.1H.22")
'org.mortbay.hightide:repository:jar:6.1H.22'
<dependency org="org.mortbay.hightide" name="repository" rev="6.1H.22">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.hightide', module='repository', version='6.1H.22')
)
libraryDependencies += "org.mortbay.hightide" % "repository" % "6.1H.22"
[org.mortbay.hightide/repository "6.1H.22"]