GroupId | GroupIdorg.smartdeveloperhub.harvester.org |
---|---|
ArtifactId | ArtifactIdorg-harvester-frontend |
Version | Version0.1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.smartdeveloperhub.harvester.org/org-harvester-frontend/ -->
<dependency>
<groupId>org.smartdeveloperhub.harvester.org</groupId>
<artifactId>org-harvester-frontend</artifactId>
<version>0.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.smartdeveloperhub.harvester.org/org-harvester-frontend/
implementation 'org.smartdeveloperhub.harvester.org:org-harvester-frontend:0.1.0'
// https://jarcasting.com/artifacts/org.smartdeveloperhub.harvester.org/org-harvester-frontend/
implementation ("org.smartdeveloperhub.harvester.org:org-harvester-frontend:0.1.0")
'org.smartdeveloperhub.harvester.org:org-harvester-frontend:war:0.1.0'
<dependency org="org.smartdeveloperhub.harvester.org" name="org-harvester-frontend" rev="0.1.0">
<artifact name="org-harvester-frontend" type="war" />
</dependency>
@Grapes(
@Grab(group='org.smartdeveloperhub.harvester.org', module='org-harvester-frontend', version='0.1.0')
)
libraryDependencies += "org.smartdeveloperhub.harvester.org" % "org-harvester-frontend" % "0.1.0"
[org.smartdeveloperhub.harvester.org/org-harvester-frontend "0.1.0"]