Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.hoteam |
ArtifactId | ArtifactIdhoteam.engine.metadata |
Version | Version1.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.metadata/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hoteam.engine.metadata</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.metadata/
implementation 'com.github.hoteam:hoteam.engine.metadata:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.metadata/
implementation ("com.github.hoteam:hoteam.engine.metadata:1.1.0-RELEASE")
'com.github.hoteam:hoteam.engine.metadata:jar:1.1.0-RELEASE'
<dependency org="com.github.hoteam" name="hoteam.engine.metadata" rev="1.1.0-RELEASE">
<artifact name="hoteam.engine.metadata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hoteam.engine.metadata', version='1.1.0-RELEASE')
)
libraryDependencies += "com.github.hoteam" % "hoteam.engine.metadata" % "1.1.0-RELEASE"
[com.github.hoteam/hoteam.engine.metadata "1.1.0-RELEASE"]