Dependencies
Repositories:
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>Dependency:
dependencies {
implementation 'dev.themeinerlp:dartpoet:VERSION'
}dependencies {
implementation("dev.themeinerlp:dartpoet:VERSION")
}<dependency>
<groupId>dev.themeinerlp</groupId>
<artifactId>dartpoet</artifactId>
<version>VERSION</version>
</dependency>Last updated