jar

tech.sirwellington.alchemy : alchemy-arguments

Maven & Gradle

Feb 26, 2019
13 usages
2 stars

Part of the Alchemy Collection. Easy, Simple, and Robust argument checking logic for your Services, Libraries, and Scripts.

Table Of Contents

Latest Version

Download tech.sirwellington.alchemy : alchemy-arguments JAR file - Latest Versions:

All Versions

Download tech.sirwellington.alchemy : alchemy-arguments JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3
2.2.x
2.2
2.1.x
2.1
2.0
1.6
1.5
1.4
1.3
1.2
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window alchemy-arguments-2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.sirwellington.alchemy.arguments

├─ tech.sirwellington.alchemy.arguments.AlchemyAssertion.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.Arguments.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.ArgumentsKtKt.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.AssertionBuilder.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.AssertionBuilderImpl.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.Checks.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.DynamicExceptionSupplier.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.ExceptionMapper.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.FailedAssertionException.class - [JAR]

tech.sirwellington.alchemy.arguments.assertions

├─ tech.sirwellington.alchemy.arguments.assertions.AddressAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.Assertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.BooleanAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.CollectionAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.DateAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.GeolocationAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.NetworkAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.NumberAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.PeopleAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.StringAssertions.class - [JAR]

├─ tech.sirwellington.alchemy.arguments.assertions.TimeAssertions.class - [JAR]

Advertisement