Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-repository-jpa |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
hawkbit-repository-jpa-0.2.4.pom | |
hawkbit-repository-jpa-0.2.4.jar | 448 KB |
hawkbit-repository-jpa-0.2.4-sources.jar | 283 KB |
hawkbit-repository-jpa-0.2.4-javadoc.jar | 926 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-repository-jpa/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-repository-jpa</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-repository-jpa/
implementation 'org.eclipse.hawkbit:hawkbit-repository-jpa:0.2.4'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-repository-jpa/
implementation ("org.eclipse.hawkbit:hawkbit-repository-jpa:0.2.4")
'org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0.2.4'
<dependency org="org.eclipse.hawkbit" name="hawkbit-repository-jpa" rev="0.2.4">
<artifact name="hawkbit-repository-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-repository-jpa', version='0.2.4')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-repository-jpa" % "0.2.4"
[org.eclipse.hawkbit/hawkbit-repository-jpa "0.2.4"]