GroupId | GroupIdit.micegroup |
---|---|
ArtifactId | ArtifactIdvoila2runtime-attachment-core |
Version | Version1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.micegroup/voila2runtime-attachment-core/ -->
<dependency>
<groupId>it.micegroup</groupId>
<artifactId>voila2runtime-attachment-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/it.micegroup/voila2runtime-attachment-core/
implementation 'it.micegroup:voila2runtime-attachment-core:1.4'
// https://jarcasting.com/artifacts/it.micegroup/voila2runtime-attachment-core/
implementation ("it.micegroup:voila2runtime-attachment-core:1.4")
'it.micegroup:voila2runtime-attachment-core:jar:1.4'
<dependency org="it.micegroup" name="voila2runtime-attachment-core" rev="1.4">
<artifact name="voila2runtime-attachment-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.micegroup', module='voila2runtime-attachment-core', version='1.4')
)
libraryDependencies += "it.micegroup" % "voila2runtime-attachment-core" % "1.4"
[it.micegroup/voila2runtime-attachment-core "1.4"]