GroupId | GroupIdcom.roscopeco.moxy |
---|---|
ArtifactId | ArtifactIdmoxy-annotations |
Version | Version0.90.0 |
Type | Typejar |
Filename | Size |
---|---|
moxy-annotations-0.90.0.pom | |
moxy-annotations-0.90.0.jar | 5 KB |
moxy-annotations-0.90.0-sources.jar | 8 KB |
moxy-annotations-0.90.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/ -->
<dependency>
<groupId>com.roscopeco.moxy</groupId>
<artifactId>moxy-annotations</artifactId>
<version>0.90.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/
implementation 'com.roscopeco.moxy:moxy-annotations:0.90.0'
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/
implementation ("com.roscopeco.moxy:moxy-annotations:0.90.0")
'com.roscopeco.moxy:moxy-annotations:jar:0.90.0'
<dependency org="com.roscopeco.moxy" name="moxy-annotations" rev="0.90.0">
<artifact name="moxy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.roscopeco.moxy', module='moxy-annotations', version='0.90.0')
)
libraryDependencies += "com.roscopeco.moxy" % "moxy-annotations" % "0.90.0"
[com.roscopeco.moxy/moxy-annotations "0.90.0"]