f

fundamento

Common patterns and practices I use throughout my apps.
https://github.com/thiagokimo/Fundamento
The Apache Software License, Version 2.0
Thiago Moreira Rocha
Files download
File Operation
fundamento-1.0.0.pom download
fundamento-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.thiagokimo</groupId>
  <artifactId>fundamento</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.thiagokimo:fundamento:1.0.0'
Gradle Kotlin
implementation("com.github.thiagokimo:fundamento:1.0.0")
Scala SBT
libraryDependencies += "com.github.thiagokimo" % "fundamento" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.thiagokimo', module='fundamento', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.thiagokimo" name="fundamento" rev="1.0.0" />
Leiningen
[com.github.thiagokimo/fundamento "1.0.0"]
Apache Buildr
'com.github.thiagokimo:fundamento:jar:1.0.0'