License |
License |
---|---|
GroupId | GroupIdcom.melahn |
ArtifactId | ArtifactIduser-story-generator |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncom.melahn:user-story-generator
A tool that generates user stories from spreadsheet data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
user-story-generator-1.0.0.pom | |
user-story-generator-1.0.0.jar | 19 MB |
user-story-generator-1.0.0-sources.jar | 8 KB |
user-story-generator-1.0.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.melahn/user-story-generator/ -->
<dependency>
<groupId>com.melahn</groupId>
<artifactId>user-story-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.melahn/user-story-generator/
implementation 'com.melahn:user-story-generator:1.0.0'
// https://jarcasting.com/artifacts/com.melahn/user-story-generator/
implementation ("com.melahn:user-story-generator:1.0.0")
'com.melahn:user-story-generator:jar:1.0.0'
<dependency org="com.melahn" name="user-story-generator" rev="1.0.0">
<artifact name="user-story-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melahn', module='user-story-generator', version='1.0.0')
)
libraryDependencies += "com.melahn" % "user-story-generator" % "1.0.0"
[com.melahn/user-story-generator "1.0.0"]