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