GroupId | GroupIdcom.rationaleemotions |
---|---|
ArtifactId | ArtifactIdjust-ask |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
just-ask-1.0.1.pom | |
just-ask-1.0.1.jar | 32 KB |
just-ask-1.0.1-sources.jar | 14 KB |
just-ask-1.0.1-javadoc.jar | 84 KB |
just-ask-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/just-ask/
implementation 'com.rationaleemotions:just-ask:1.0.1'
// https://jarcasting.com/artifacts/com.rationaleemotions/just-ask/
implementation ("com.rationaleemotions:just-ask:1.0.1")
'com.rationaleemotions:just-ask:jar:1.0.1'
<dependency org="com.rationaleemotions" name="just-ask" rev="1.0.1">
<artifact name="just-ask" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='just-ask', version='1.0.1')
)
libraryDependencies += "com.rationaleemotions" % "just-ask" % "1.0.1"
[com.rationaleemotions/just-ask "1.0.1"]