License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdcom.googlecode.aaw.badgerfish |
ArtifactId | ArtifactIddistribution |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondistribution
Distribution Management for Badgerfish projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
distribution-0.1.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.aaw.badgerfish/distribution/ -->
<dependency>
<groupId>com.googlecode.aaw.badgerfish</groupId>
<artifactId>distribution</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.aaw.badgerfish/distribution/
implementation 'com.googlecode.aaw.badgerfish:distribution:0.1.3'
// https://jarcasting.com/artifacts/com.googlecode.aaw.badgerfish/distribution/
implementation ("com.googlecode.aaw.badgerfish:distribution:0.1.3")
'com.googlecode.aaw.badgerfish:distribution:pom:0.1.3'
<dependency org="com.googlecode.aaw.badgerfish" name="distribution" rev="0.1.3">
<artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.aaw.badgerfish', module='distribution', version='0.1.3')
)
libraryDependencies += "com.googlecode.aaw.badgerfish" % "distribution" % "0.1.3"
[com.googlecode.aaw.badgerfish/distribution "0.1.3"]