GroupId | GroupIdcom.rationaleemotions |
---|---|
ArtifactId | ArtifactIdjust-ask |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
just-ask-1.0.4.pom | |
just-ask-1.0.4.jar | 33 KB |
just-ask-1.0.4-sources.jar | 15 KB |
just-ask-1.0.4-javadoc.jar | 110 KB |
just-ask-1.0.4-jar-with-dependencies.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rationaleemotions/just-ask/ -->
<dependency>
<groupId>com.rationaleemotions</groupId>
<artifactId>just-ask</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/just-ask/
implementation 'com.rationaleemotions:just-ask:1.0.4'
// https://jarcasting.com/artifacts/com.rationaleemotions/just-ask/
implementation ("com.rationaleemotions:just-ask:1.0.4")
'com.rationaleemotions:just-ask:jar:1.0.4'
<dependency org="com.rationaleemotions" name="just-ask" rev="1.0.4">
<artifact name="just-ask" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='just-ask', version='1.0.4')
)
libraryDependencies += "com.rationaleemotions" % "just-ask" % "1.0.4"
[com.rationaleemotions/just-ask "1.0.4"]