Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdbr.com.c8tech.tools |
ArtifactId | ArtifactIdc8tech.tools.maven.library.osgi.subsystem |
Version | Version0.7.8 |
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.7.8</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.7.8'
// 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.7.8")
'br.com.c8tech.tools:c8tech.tools.maven.library.osgi.subsystem:jar:0.7.8'
<dependency org="br.com.c8tech.tools" name="c8tech.tools.maven.library.osgi.subsystem" rev="0.7.8">
<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.7.8')
)
libraryDependencies += "br.com.c8tech.tools" % "c8tech.tools.maven.library.osgi.subsystem" % "0.7.8"
[br.com.c8tech.tools/c8tech.tools.maven.library.osgi.subsystem "0.7.8"]