s

solidfragment

An attempt at following good engineering standards and best practices such as SOLID and DRY where Google neglected to.
https://github.com/EranBoudjnah/solid.git
MIT
Eran Boudjnah
Files download
File Operation
solidfragment-1.0.7.pom download
solidfragment-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mitteloupe.solid</groupId>
  <artifactId>solidfragment</artifactId>
  <version>1.0.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mitteloupe.solid:solidfragment:1.0.7'
Gradle Kotlin
implementation("com.mitteloupe.solid:solidfragment:1.0.7")
Scala SBT
libraryDependencies += "com.mitteloupe.solid" % "solidfragment" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.mitteloupe.solid', module='solidfragment', version='1.0.7')
)
Apache Ivy
<dependency org="com.mitteloupe.solid" name="solidfragment" rev="1.0.7" />
Leiningen
[com.mitteloupe.solid/solidfragment "1.0.7"]
Apache Buildr
'com.mitteloupe.solid:solidfragment:jar:1.0.7'