| License |
License |
|---|---|
| GroupId | GroupIdcom.abdulradi |
| ArtifactId | ArtifactIdvalidated-core_3 |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionvalidated-core
Companion to the Scala std lib, providing useful subtypes like PositiveInt or StringMatchingRegex. As well as the ability to define custom validations.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| validated-core_3-0.1.0.pom | |
| validated-core_3-0.1.0.jar | 53 KB |
| validated-core_3-0.1.0-sources.jar | 6 KB |
| validated-core_3-0.1.0-javadoc.jar | 255 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.abdulradi/validated-core_3/ -->
<dependency>
<groupId>com.abdulradi</groupId>
<artifactId>validated-core_3</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.abdulradi/validated-core_3/
implementation 'com.abdulradi:validated-core_3:0.1.0'
// https://jarcasting.com/artifacts/com.abdulradi/validated-core_3/
implementation ("com.abdulradi:validated-core_3:0.1.0")
'com.abdulradi:validated-core_3:jar:0.1.0'
<dependency org="com.abdulradi" name="validated-core_3" rev="0.1.0">
<artifact name="validated-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abdulradi', module='validated-core_3', version='0.1.0')
)
libraryDependencies += "com.abdulradi" % "validated-core_3" % "0.1.0"
[com.abdulradi/validated-core_3 "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.0.0 |
| com.abdulradi : happypath-core_3 | jar | 0.3.0 |