GroupId | GroupIdcom.reprezen.rapidml |
---|---|
ArtifactId | ArtifactIdcom.reprezen.rapidml.model |
Version | Version0.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.reprezen.rapidml/com.reprezen.rapidml.model/ -->
<dependency>
<groupId>com.reprezen.rapidml</groupId>
<artifactId>com.reprezen.rapidml.model</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.reprezen.rapidml/com.reprezen.rapidml.model/
implementation 'com.reprezen.rapidml:com.reprezen.rapidml.model:0.0.7'
// https://jarcasting.com/artifacts/com.reprezen.rapidml/com.reprezen.rapidml.model/
implementation ("com.reprezen.rapidml:com.reprezen.rapidml.model:0.0.7")
'com.reprezen.rapidml:com.reprezen.rapidml.model:jar:0.0.7'
<dependency org="com.reprezen.rapidml" name="com.reprezen.rapidml.model" rev="0.0.7">
<artifact name="com.reprezen.rapidml.model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reprezen.rapidml', module='com.reprezen.rapidml.model', version='0.0.7')
)
libraryDependencies += "com.reprezen.rapidml" % "com.reprezen.rapidml.model" % "0.0.7"
[com.reprezen.rapidml/com.reprezen.rapidml.model "0.0.7"]