File | Operation |
---|---|
thesefoolishthings-examples-3.1-ALPHA-7.pom | download |
<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>thesefoolishthings-examples</artifactId>
<version>3.1-ALPHA-7</version>
<type>pom</type>
</dependency>
implementation 'it.tidalwave.thesefoolishthings:thesefoolishthings-examples:3.1-ALPHA-7'
implementation("it.tidalwave.thesefoolishthings:thesefoolishthings-examples:3.1-ALPHA-7")
libraryDependencies += "it.tidalwave.thesefoolishthings" % "thesefoolishthings-examples" % "3.1-ALPHA-7"
@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='thesefoolishthings-examples', version='3.1-ALPHA-7')
)
<dependency org="it.tidalwave.thesefoolishthings" name="thesefoolishthings-examples" rev="3.1-ALPHA-7" />
<parent> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>modules</artifactId> <version>3.1-ALPHA-7</version> </parent>