i

interfaces

Unification interfaces defined and used inside a team to unify development
https://github.com/frederic-gendebien/interfaces
Apache 2.0
Frederic Gendebien
Files download
File Operation
interfaces-0.2.0.jar download
interfaces-0.2.0.pom download
interfaces-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.karamelsoft.interfaces</groupId>
  <artifactId>interfaces</artifactId>
  <version>0.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.karamelsoft.interfaces:interfaces:0.2.0'
Gradle Kotlin
implementation("com.github.karamelsoft.interfaces:interfaces:0.2.0")
Scala SBT
libraryDependencies += "com.github.karamelsoft.interfaces" % "interfaces" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karamelsoft.interfaces', module='interfaces', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.karamelsoft.interfaces" name="interfaces" rev="0.2.0" />
Leiningen
[com.github.karamelsoft.interfaces/interfaces "0.2.0"]
Apache Buildr
'com.github.karamelsoft.interfaces:interfaces:jar:0.2.0'
Dependencies
The project has no third-party dependencies