License |
License |
---|---|
GroupId | GroupIdcom.vinaysshenoy |
ArtifactId | ArtifactIdpoirot |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionPoirot
Automatic Migrations for GreenDao
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poirot-1.0.0.pom | |
poirot-1.0.0.jar | 23 KB |
poirot-1.0.0-sources.jar | 12 KB |
poirot-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vinaysshenoy/poirot/ -->
<dependency>
<groupId>com.vinaysshenoy</groupId>
<artifactId>poirot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vinaysshenoy/poirot/
implementation 'com.vinaysshenoy:poirot:1.0.0'
// https://jarcasting.com/artifacts/com.vinaysshenoy/poirot/
implementation ("com.vinaysshenoy:poirot:1.0.0")
'com.vinaysshenoy:poirot:jar:1.0.0'
<dependency org="com.vinaysshenoy" name="poirot" rev="1.0.0">
<artifact name="poirot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vinaysshenoy', module='poirot', version='1.0.0')
)
libraryDependencies += "com.vinaysshenoy" % "poirot" % "1.0.0"
[com.vinaysshenoy/poirot "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
de.greenrobot : greendao-generator | jar | 2.1.0 |
com.squareup : javapoet | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |