GroupId | GroupIdcom.savoirtech |
---|---|
ArtifactId | ArtifactIdbundles |
Version | Version1.5.4 |
Type | Typepom |
Description |
DescriptionAetos Integration Platform :: Bundles
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
bundles-1.5.4.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech/bundles/ -->
<dependency>
<groupId>com.savoirtech</groupId>
<artifactId>bundles</artifactId>
<version>1.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech/bundles/
implementation 'com.savoirtech:bundles:1.5.4'
// https://jarcasting.com/artifacts/com.savoirtech/bundles/
implementation ("com.savoirtech:bundles:1.5.4")
'com.savoirtech:bundles:pom:1.5.4'
<dependency org="com.savoirtech" name="bundles" rev="1.5.4">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech', module='bundles', version='1.5.4')
)
libraryDependencies += "com.savoirtech" % "bundles" % "1.5.4"
[com.savoirtech/bundles "1.5.4"]