Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdbr.com.c8tech.tools |
ArtifactId | ArtifactIdc8tech.tools.maven.library.osgi.subsystem |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.c8tech.tools/c8tech.tools.maven.library.osgi.subsystem/ -->
<dependency>
<groupId>br.com.c8tech.tools</groupId>
<artifactId>c8tech.tools.maven.library.osgi.subsystem</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.c8tech.tools/c8tech.tools.maven.library.osgi.subsystem/
implementation 'br.com.c8tech.tools:c8tech.tools.maven.library.osgi.subsystem:0.8.0'
// https://jarcasting.com/artifacts/br.com.c8tech.tools/c8tech.tools.maven.library.osgi.subsystem/
implementation ("br.com.c8tech.tools:c8tech.tools.maven.library.osgi.subsystem:0.8.0")
'br.com.c8tech.tools:c8tech.tools.maven.library.osgi.subsystem:jar:0.8.0'
<dependency org="br.com.c8tech.tools" name="c8tech.tools.maven.library.osgi.subsystem" rev="0.8.0">
<artifact name="c8tech.tools.maven.library.osgi.subsystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.c8tech.tools', module='c8tech.tools.maven.library.osgi.subsystem', version='0.8.0')
)
libraryDependencies += "br.com.c8tech.tools" % "c8tech.tools.maven.library.osgi.subsystem" % "0.8.0"
[br.com.c8tech.tools/c8tech.tools.maven.library.osgi.subsystem "0.8.0"]