a

acegi-standard-project

Conventions and configurations to simplify the long-term development of Java projects.
https://github.com/${github.org}/${github.repo}
The Apache Software License, Version 2.0
Acegi Technology Pty Limited
Ben Alex
Files download
File Operation
acegi-standard-project-0.6.5.pom download
Apache Maven
<dependency>
  <groupId>au.com.acegi</groupId>
  <artifactId>acegi-standard-project</artifactId>
  <version>0.6.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'au.com.acegi:acegi-standard-project:0.6.5'
Gradle Kotlin
implementation("au.com.acegi:acegi-standard-project:0.6.5")
Scala SBT
libraryDependencies += "au.com.acegi" % "acegi-standard-project" % "0.6.5"
Groovy Grape
@Grapes(
  @Grab(group='au.com.acegi', module='acegi-standard-project', version='0.6.5')
)
Apache Ivy
<dependency org="au.com.acegi" name="acegi-standard-project" rev="0.6.5" />
Leiningen
[au.com.acegi/acegi-standard-project "0.6.5"]
Apache Buildr
'au.com.acegi:acegi-standard-project:jar:0.6.5'
Dependencies
The project has no third-party dependencies